Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fixed error in counting items in nested parquet #1182

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

Thanks to @andrei-ionescu for reporting this here: pola-rs/polars#3942 (comment)

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Jul 25, 2022
@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #1182 (a5cfc69) into main (f9562e0) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1182      +/-   ##
==========================================
+ Coverage   83.38%   83.40%   +0.01%     
==========================================
  Files         363      363              
  Lines       36272    36272              
==========================================
+ Hits        30247    30253       +6     
+ Misses       6025     6019       -6     
Impacted Files Coverage Δ
src/io/parquet/read/deserialize/nested_utils.rs 84.56% <100.00%> (+0.32%) ⬆️
src/bitmap/utils/slice_iterator.rs 97.56% <0.00%> (-1.22%) ⬇️
src/io/ipc/read/reader.rs 96.65% <0.00%> (+0.33%) ⬆️
src/io/ipc/read/common.rs 95.29% <0.00%> (+0.39%) ⬆️
src/io/ipc/read/array/primitive.rs 98.24% <0.00%> (+7.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f9562e0...a5cfc69. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 4fc223d into main Jul 25, 2022
@jorgecarleitao jorgecarleitao deleted the fix_list branch July 25, 2022 04:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant